home *** CD-ROM | disk | FTP | other *** search
INI File | 1999-10-19 | 4.7 KB | 150 lines |
- ;
- ; NETE100I.INF
- ;
- ; Intel EtherExpress(TM) PRO/100 ISA Adapter Install script for Windows NT 5.X
- ;
- ; Copyright 1997, Intel Corporation
- ;
-
- [version]
- LayoutFile = layout.inf
- signature = "$Windows NT$"
- Class = Net
- ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
- provider = %V_MS%
- DriverVer=10/19/1999,5.0.4.0
-
- [Manufacturer]
- %V_Intel%=Intel
-
- [ControlFlags]
- ExcludeFromSelect = ISAPNP\INT10C0, ISAPNP\INT10C1
-
- [Intel]
- %*INT10C0.DeviceDesc% = *INT10C0.ndi, ISAPNP\INT10C0 ;E100ISA
- %*INT10C1.DeviceDesc% = *INT10C1.ndi, ISAPNP\INT10C1 ;E100ISA
-
- ;-------------------------------------------------------------------------------
- ; ISAPNP\INT10C0 Intel EtherExpress(TM) PRO/100 ISA Adapter (E100ISA)
- ;
- [*INT10C0.ndi]
- AddReg = E100ISA.reg
- BusType = 14
- Characteristics = 0x84
- CopyFiles = E100ISA.CopyFiles
-
- [*INT10C0.ndi.Services]
- AddService = E100ISA, 2, e100isa.Service, common.EventLog
-
- ;-------------------------------------------------------------------------------
- ; ISAPNP\INT10C1 Intel EtherExpress(TM) PRO/100B ISA Adapter (E100ISA)
- ;
- [*INT10C1.ndi]
- AddReg = E100ISA.reg
- BusType = 14
- Characteristics = 0x84
- CopyFiles = E100ISA.CopyFiles
-
- [*INT10C1.ndi.Services]
- AddService = E100ISA, 2, e100isa.Service, common.EventLog
-
- ;-------------------------------------------------------------------------------
- ; E100ISA Drivers
- ;
- [E100ISA.reg]
-
- ; Interfaces
- HKR, Ndi, Service, 0, "E100ISA"
- HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
- HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
-
- ;-------------------------------------------------------------------------------
- ; Keywords supported by the driver
- ;
- ; NetworkAddress
- HKR, Ndi\params\NetworkAddress, ParamDesc, 0, %NetworkAddress%
- HKR, Ndi\params\NetworkAddress, type, 0, edit
- HKR, Ndi\params\NetworkAddress, optional, 0, 1
- HKR, Ndi\params\NetworkAddress, LimitText, 0, 12
- HKR, Ndi\params\NetworkAddress, UpperCase, 0, 1
-
- ; Serial
- HKR, Ndi\params\Serial, ParamDesc, 0, %Serial%
- HKR, Ndi\params\Serial, optional, 0, 1
- HKR, Ndi\params\Serial, default, 0, "#0"
- HKR, Ndi\params\Serial, type, 0, edit
- HKR, Ndi\params\Serial, LimitText, 0, 7
- HKR, Ndi\params\Serial, UpperCase, 0, 1
-
- ;MediaType
- HKR, Ndi\params\MediaType, ParamDesc, 0, %MediaType%
- HKR, Ndi\params\MediaType, default, 0, "AUTO"
- HKR, Ndi\params\MediaType, type, 0, enum
- HKR, Ndi\params\MediaType\enum, "AUTO", 0, %AUTOMATIC%
- HKR, Ndi\params\MediaType\enum, "HALF10", 0, %HALF10%
- HKR, Ndi\params\MediaType\enum, "FULL10", 0, %FULL10%
- HKR, Ndi\params\MediaType\enum, "HALF100", 0, %HALF100%
- HKR, Ndi\params\MediaType\enum, "FULL100", 0, %FULL100%
-
- ; RxEarly
- HKR, Ndi\params\RxEarly, ParamDesc, 0, %RxEarly%
- HKR, Ndi\params\RxEarly, type, 0, enum
- HKR, Ndi\params\RxEarly, default, 0, "OFF"
- HKR, Ndi\params\RxEarly\enum, "OFF", 0, %OFF%
- HKR, Ndi\params\RxEarly\enum, "ON", 0, %ON%
-
- ; Use32BitIO
- HKR, ,Use32BitIO, 0, NO
-
- ;-------------------------------------------------------------------------------
- [E100ISA.CopyFiles]
- E100ISA4.sys,,,2
-
- [e100isa.Service]
- DisplayName = %e100isa.Service.DispName%
- ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
- StartType = 3 ;%SERVICE_DEMAND_START%
- ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\e100isa4.sys
- LoadOrderGroup = NDIS
-
- [common.EventLog]
- AddReg = common.AddEventLog.reg
-
- [common.AddEventLog.reg]
- HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
- HKR, , TypesSupported, 0x00010001, 7
-
- ;-------------------------------------------------------------------------------
- ; Destination Directories
- ;
- [DestinationDirs]
- E100ISA.CopyFiles = 12 ; LDID_SYS
-
- ;-------------------------------------------------------------------------------
- ; Localizable Strings
- ;
- [strings]
- V_MS = "Microsoft"
- V_Intel = "Intel"
-
- NetworkAddress = "NetworkAddresss"
- Serial = "SerialNumber"
- MediaType = "MediaType"
- Automatic = "Auto"
- HALF10 = "HALF10"
- FULL10 = "FULL10"
- HALF100 = "HALF100"
- FULL100 = "FULL100"
- RxEarly = "RxEarly"
- On = "On"
- Off = "Off"
-
- *INT10C0.DeviceDesc = "Intel EtherExpress(TM) PRO/100 ISA Adapter"
- *INT10C1.DeviceDesc = "Intel EtherExpress(TM) PRO/100 ISA Adapter"
-
- e100isa.Service.DispName = "Intel EtherExpress PRO/100 ISA Adapter NDIS4 Driver"
-
-
-
-